toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SaveAsPdfCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
SaveAsPdfCallback
.
Members
Constructors
Save
As
Pdf
Callback.
Action
Link copied to clipboard
public
void
SaveAsPdfCallback.Action
(
Consumer
<
SaveAsPdf.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that the save file dialog was cancelled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
save
Link copied to clipboard
public
void
save
(
Path
filePath
)
Notifies the browser that the save file dialog was closed and the given
file
was selected.